docs: executive-first daily outcome report with lifecycle health guidance#35650
Conversation
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
… format Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
|
@copilot Remove |
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Done — reverted in 1d9aeee. |
There was a problem hiding this comment.
Pull request overview
This PR updates the Outcome Collector guidance to produce executive-first daily outcome reports with lifecycle health classifications and progressively disclosed operational detail.
Changes:
- Adds a top-level workflow health section with visual status bars and lifecycle health labels.
- Moves metrics, counts, evidence quality, trends, and actions into a
<details>block. - Updates generated lock metadata; Scout lock also includes unrelated telemetry changes.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/outcome-collector.md |
Defines the new executive-first report structure and lifecycle health rules. |
.github/workflows/outcome-collector.lock.yml |
Updates generated metadata hash for the Outcome Collector workflow. |
.github/workflows/scout.lock.yml |
Adds generated Scout telemetry/domain/secret changes outside the stated docs scope. |
Copilot's findings
- Files reviewed: 3/3 changed files
- Comments generated: 5
|
|
1 similar comment
|
|
|
@copilot Revert changes to |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Done in b808c59 — |
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
|
@copilot Revert changes to |
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Daily outcome reports mixed executive summary and operational detail in a flat structure, making it hard to scan. The conversation also surfaced a gap: no guidance for classifying whether a workflow is genuinely stuck vs. its outcome model simply not yet mature.
outcome-collector.md— report formatRestructured into two layers:
Executive section (always visible):
Details section (
<details>): all scorecard metrics, numeric breakdowns, per-workflow counts, evidence quality, trend signals, and action itemsAdded lifecycle health classification table with cache-memory-based decision rules so the agent can assign the correct state each cycle.
Also clarified required inputs for status-bar rendering by explicitly documenting
/tmp/gh-aw/outcome-evaluations.jsonlas the source of per-itemoutcome_status.Scope cleanup from review feedback
.github/workflows/scout.lock.ymlto remove unrelated changes from this PR..github/copilot-instructions.mdper review request.